added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / Boids / Boids_CSharp / App.xaml.cs
blob9429bfe3e51b05a6ed2d305bf56494161e79e986
1 //--------------------------------------------------------------------------
2 //
3 // Copyright (c) Microsoft Corporation. All rights reserved.
4 //
5 // File: App.xaml.cs
6 //
7 //--------------------------------------------------------------------------
9 using System.Windows;
11 namespace ParallelBoids
13 /// <summary>Interaction logic for App.xaml</summary>
14 public partial class App : Application